-
Notifications
You must be signed in to change notification settings - Fork 509
Added Mem0 Instrumentation #1027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…lready raised for that)
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
|
Check linting |
|
@fenilfaldu can you add an example and a doc for this? |
tcdent
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very thorough! Just a couple notes about naming and this looks good to me.
…dd-concurrency-instrumentaion
…dd-concurrency-instrumentaion
dot-agi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re: #1018 please separate the code for Mem0 instrumentation and the concurrent.futures use.
Both are related but belong in a different PR as they are both features and have independent use as well.
dot-agi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @fenilfaldu!
📥 Pull Request
closes #995
📘 Description
Add Mem0 and Concurrent Futures Instrumentation(added here for testing)
This update enhances the overall observability of memory operations and concurrent task execution within the AgentOps framework, providing full coverage for both synchronous and asynchronous Mem0 workflows.
🧪 Testing

Also submitted pr to the mem0 repository for documentation updates.